Leaflet.insertChildAfter

Inserts @child in the position after @sibling in the list of children.

If @sibling is NULL, inserts @child at the first position.

class Leaflet
insertChildAfter

Parameters

child Widget

the widget to insert

sibling Widget

the sibling after which to insert @child

Return Value

the [class@LeafletPage] for @child

Meta